Contains Method (DataGridSelectedItemsCollection<T>)
Determines whether this collection contains the specified item.
'Declaration
Public Function Contains( _
ByVal As _
) As Boolean
Parameters
- item
- The item.
Return Value
true
if this collection contains the specified item; otherwise, false
.